runtime.g.sig (field)
10 uses
runtime (current package)
panic.go#L1152: gp.sig = 0
panic.go#L1374: if gp.sig != 0 {
panic.go#L1375: signame := signame(gp.sig)
panic.go#L1379: print("[signal ", hex(gp.sig))
runtime2.go#L496: sig uint32
signal_unix.go#L712: gp.sig = sig
signal_unix.go#L904: switch gp.sig {
signal_unix.go#L942: if gp.sig >= uint32(len(sigtable)) {
signal_unix.go#L946: panic(errorString(sigtable[gp.sig].name))
signal_unix.go#L1454: gp.sig = _SIGSEGV
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |